home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 2184 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  669 b 

  1. Path: news.production.compuserve.com!news
  2. From: Bill Symmes <71046.623@CompuServe.COM>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Newbie question:  Is this code OK?
  5. Date: 19 Jan 1996 14:42:07 GMT
  6. Organization: CompuServe, Inc. (1-800-689-0736)
  7. Message-ID: <4doajv$ov0$2@mhafn.production.compuserve.com>
  8. References: <4dmebk$foq@pegasus.interpac.net>
  9.  
  10. Why not just
  11.  
  12.     while (*string)
  13.            if (isspace(*string++)
  14.               numwords++;
  15.  
  16. -- 
  17. Bill Symmes                           P*ROM Software Inc
  18. 71046.623@compuserve.com              +1 802 862-7500
  19.                                       +1 802 862-8357 (Fax)    
  20.                                   Burlington VT 05406-4027 
  21.